home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 8 / QRZ Ham Radio Callsign Database - Volume 8.iso / pc / files / dsp / dsp3read.me < prev    next >
Text File  |  1996-06-25  |  2KB  |  44 lines

  1.                 DSP56001 TNC
  2.          by Jarkko Vuori, s30874w@kaira.hut.fi
  3.  
  4. This program is a beta version of the DSP TNC for the DSP CARD 3 signal
  5. processor card. It implements the full (Bell 202) TNC with KISS interface.
  6.  
  7. This program is intended for private use only. You may redistribute far
  8. and wide but charge no money, not even handling fees.
  9.  
  10. Commercial use of this code is absolutely prohibited without permission of
  11. the author. This code may not be used as the basis of any program that will
  12. be sold, bartered, or in any way traded for gain without the permission of
  13. the author.
  14.  
  15. There is no warranty. What you see is what you get.
  16.  
  17.  
  18. EQUIPMENT REQUIREMENTS
  19.  
  20. The code is written for Motorola DSP56001 digital signal processor, and it
  21. needs:
  22.     * X memory: 0000H - 00FFH  (approx.)
  23.       Y memory: 0000H - 00FFH  (  -"-  )
  24.       P memory: 0000H - 0FFFH  (  -"-  )
  25.     * SCI port connected to the host computer (by KISS-protocol)
  26.     * Texas TLC32044 converter chip (master clock 5.184 MHz) connected to
  27.       the SSI port
  28.     * SC1 connected to the PTT
  29.  
  30. To compile the source code you need Motorola ASM56000 cross compiler and
  31. LNK56000 linker and Microsoft Make (or compatible) utility.
  32.  
  33.  
  34. OTHER INFO
  35.  
  36. The code implements DSP KISS-TNC. It uses a special multibit observation in
  37. demodulation, and integrated symbol syncro so its Eb/No ratio is about two dBs
  38. lower than the plain vanilla TNC. It is altought very dependent on the exact
  39. Bell 202 frequencies, so it can't be used on SSB links.
  40.  
  41.  
  42.     doc.zip            Original document and schematics
  43.     source.zip        Sources for software
  44.